home *** CD-ROM | disk | FTP | other *** search
- ;---------------------------------------;
- ; ZAPCODE Printer Make File (PMF) ;
- ; for the Star NX-1000 printer. ;
- ; ;
- ; (C) Copyright 1990 Robert L. Morton ;
- ; All Rights Reserved ;
- ;---------------------------------------;
-
- PRINTER = "Star NX-1000: Emulation Both"
- RESET = 27,64
-
- NAME = "Line Feed"
- DESC = "Advance paper to the next line."
- CODES = 10
-
- NAME = "Reverse Line Feed"
- DESC = "Prints the current line and feeds"
- "the paper in the reverse direction"
- "to the preceding line. Ignored when"
- "friction feed is used."
- CODES = 27,10
-
- NAME = "Form Feed"
- DESC = "Advance paper to the top of the"
- "next page."
- CODES = 12
-
- NAME = "Reverse Form Feed"
- DESC = "Feeds the paper backward to the"
- "top of the current page. Ignored"
- "when friction feed is used."
- CODES = 27,12
-
- NAME = "Sound Bell"
- DESC = "Sounds a brief beep tone from the"
- "printer's beeper."
- CODES = 7
-
- NAME = "Select Draft Quality Characters"
- DESC = "Changes from near letter quality to"
- "draft quality. Ignored if the NLQ"
- "Type Style switch was pressed"
- "during power-up."
- CODES = 27,120,48
-
- NAME = "Select NLQ Characters"
- DESC = "Changes from draft quality to near"
- "letter quality. Ignored if the NLQ"
- "Type Style switch was pressed"
- "during power-up."
- CODES = 27,120,49
-
- NAME = "Select NLQ Type Style"
- DESC = "If currently in draft mode, this"
- "command does not take effect until"
- "NLQ characters are selected."
- "Ignored if the NLQ Type Style"
- "switch was pressed during power-up."
- CODES = 27,107,0
- "Please select NLQ type style by"
- "entering one of the following"
- "decimal values:"
- " "
- "Value Type Style"
- "----- -----------"
- " 0 Courier (default)"
- " 1 Sanserif"
- " 2 Orator with small capitals"
- " 3 Orator with lower case"
- " "
- "Example: Entering 1 selects the"
- "Sanserif type style."
- 0
-
- NAME = "Italics ON"
- DESC = "Causes subsequent characters to be"
- "printed in italics. Ignored if the"
- "NLQ Type Style switch was pressed"
- "during power-up."
- CODES = 40,40,73,41,41,49
-
- NAME = "Italics OFF"
- DESC = "Stops italic printing and causes"
- "subsequent characters to be printed"
- "upright. Ignored if the NLQ Type"
- "Style switch was pressed during"
- "power-up."
- CODES = 40,40,73,41,41,48
-
- NAME = "Emphasized ON"
- DESC = "Causes subsequent draft characters"
- "to be emphasized by adding extra"
- "thickness to vertical strokes."
- CODES = 27,69
-
- NAME = "Emphasized OFF"
- DESC = "Cancels emphasized printing."
- CODES = 27,70
-
- NAME = "Double-Strike ON"
- DESC = "Causes subsequent characters to be"
- "printed twice with a slight"
- "vertical paper motion in between,"
- "causing a thickening of horizontal"
- "strokes."
- CODES = 27,71
-
- NAME = "Double-Strike OFF"
- DESC = "Cancels double-strike printing."
- CODES = 27,72
-
- NAME = "Underline ON"
- DESC = "Causes subsequent characters to be"
- "underlined."
- CODES = 27,45,49
-
- NAME = "Underline OFF"
- DESC = "Stops underlining."
- CODES = 27,45,48
-
- NAME = "Overline ON"
- DESC = "Causes subsequent characters to be"
- "overlined."
- CODES = 27,95,49
-
- NAME = "Overline OFF"
- DESC = "Stops overlining."
- CODES = 27,95,48
-
- NAME = "Superscript ON"
- DESC = "Causes subsequent characters to be"
- "printed as superscripts. Does not"
- "change the character pitch."
- CODES = 27,83,48
-
- NAME = "Subscript ON"
- DESC = "Causes subsequent characters to be"
- "printed as subscripts. Does not"
- "change the character pitch."
- CODES = 27,83,49
-
- NAME = "Superscript/Subscript OFF"
- DESC = "Stops printing superscripts or"
- "subscripts and returns to normal"
- "printing."
- CODES = 27,84
-
- NAME = "Select Print Color"
- DESC = "Select the color to be used while"
- "printing. Ignored if a color ribbon"
- "is not installed."
- CODES = 27,114,0
- "Please select print color by"
- "entering one of the following"
- "decimal values."
- " "
- "Value Color"
- "----- -------"
- " 0 Black"
- " 1 Red"
- " 2 Blue"
- " 3 Violet"
- " 4 Yellow"
- " 5 Orange"
- " 6 Green"
- " "
- "Example: Entering 4 selects yellow."
- 0
-
- NAME = "Slash Zero ON"
- DESC = "Causes subsequent zero characters"
- "to be overprinted with a slash."
- CODES = 27,126,49
-
- NAME = "Slash Zero OFF"
- DESC = "Causes subsequent zero characters"
- "to be printed normally, without"
- "a slash."
- CODES = 27,126,48
-
- NAME = "Select Elite Pitch"
- DESC = "Changes pitch to elite (12"
- "characters per inch)."
- CODES = 27,77
-
- NAME = "Condensed ON"
- DESC = "Selects condensed pica (17"
- "characters per inch)."
- CODES = 15
-
- NAME = "Condensed OFF"
- DESC = "Cancels condensed printing."
- CODES = 18
-
- NAME = "Expanded ON"
- DESC = "Causes subsequent characters to be"
- "expanded to double width."
- CODES = 27,87,49
-
- NAME = "Expanded OFF"
- DESC = "Stops expanded printing and returns"
- "to normal width."
- CODES = 27,87,48
-
- NAME = "Select Proportional Spacing"
- DESC = "Causes subsequent characters to be"
- "proportionally spaced. Ignored if"
- "the Print Pitch switch was pressed"
- "during power-up."
- CODES = 27,112,49
-
- NAME = "Select Fixed Spacing"
- DESC = "Causes subsequent characters to be"
- "printed with fixed character"
- "spacing. Ignored if the Print Pitch"
- "switch was pressed during power-up."
- CODES = 27,112,48
-
- NAME = "Select Double or Quadruple Size"
- DESC = "(See your printer manual.)"
- CODES = 27,104,0
- "Please select size by entering one"
- "of the following decimal values:"
- " "
- "Value Size"
- "----- ----------------------------"
- " 0 Normal size"
- " 1 Double-high, double-wide"
- " 2 Quad-high, quad-wide"
- " 3 Dbl-high, dbl-wide lohalf"
- " 4 Dbl-high, dbl-wide uphalf"
- " 5 Quad-high, quad-wide lohalf"
- " 6 Quad-high, quad-wide uphalf"
- " "
- "Example: Entering 1 selects double-"
- "high, double-wide characters."
- 0
-
- NAME = "Double-Height ON"
- DESC = "Prints subsequent character at"
- "double height without moving the"
- "base line, and without changing the"
- "line spacing."
- CODES = 27,119,49
-
- NAME = "Double-Height OFF"
- DESC = "Terminates double-height printing"
- "and prints subsequent characters at"
- "normal height."
- CODES = 27,119,48
-
- NAME = "Select Character Size"
- DESC = "Select a combination of character"
- "height and width. Does not move the"
- "base line."
- CODES = 40,40,83,41,41,0
- "Please select character size by"
- "entering one of the following"
- "decimal values:"
- " "
- "Value Width Height"
- "----- ------ ------"
- " 0 Single Single"
- " 1 Double Single"
- " 2 Single Double"
- " 3 Double Double"
- " "
- "Example: Entering 2 selects single"
- "width, double height characters."
- 0
-
- NAME = "Set Line Spacing 1/8 Inch"
- DESC = "Sets the distance the paper"
- "advances or reverses in subsequent"
- "line feeds to 1/8 inch."
- CODES = 27,48
-
- NAME = "Set Line Spacing 7/72 Inch"
- DESC = "Sets the distance the paper"
- "advances or reverses in subsequent"
- "line feeds to 7/72 inch."
- CODES = 27,49
-
- NAME = "Set Line Spacing n/216 Inch"
- DESC = "Sets the distance the paper"
- "advances or reverses in subsequent"
- "line feeds to n/216 inch."
- CODES = 27,51,0
- "Please enter for n:"
- " "
- "Range: 0 to 255 decimal."
- " "
- "Example: Entering 108 sets line"
- "spacing to 108/216 inch, or half an"
- "inch."
- 0
-
- NAME = "Set Line Spacing n/72 Inch"
- DESC = "Sets the distance the paper"
- "advances or reverses in subsequent"
- "line feeds to n/72 inch."
- CODES = 27,65,0
- "Please enter for n:"
- " "
- "Range: 0 to 85 decimal."
- " "
- "Example: Entering 15 sets line"
- "spacing to 15/85 inch."
- 0
-
- NAME = "Set Page Length In Lines"
- DESC = "Sets the new page length in lines"
- "at the current line spacing. The"
- "current line becomes the top of"
- "the page."
- CODES = 27,67,0
- "Please enter number of lines to set"
- "the new page length at in decimal:"
- " "
- "Example: Entering 66 sets the new"
- "page length at 66 lines."
- 0
-
- NAME = "Set Page Length In Inches"
- DESC = "Sets the new page length in inches."
- "The current line becomes the top of"
- "the page."
- CODES = 27,67,0,0,0
- "Please enter number of inches to"
- "set the new page length in decimal:"
- " "
- "Example: Entering 11 sets new page"
- "length to 11 inches."
- 0
-
- NAME = "Set Left and Right Margins"
- DESC = "Sets the left and right margins."
- CODES = 27,88,0
- "Please enter number of columns to"
- "set the left margin at in decimal:"
- " "
- "Range: 0 to 255 decimal."
- " "
- "Example: Entering 10 sets the left"
- "margin at 10 columns."
- 0,0
- "Please enter number of columns to"
- "set the right margin at in decimal:"
- " "
- "Example: Entering 70 sets the right"
- "margin at 70 columns."
- 0
-
- NAME = "Set Top Margin"
- DESC = "Sets the top margin in lines."
- CODES = 27,99,0
- "Please enter number of lines -1 to"
- "set the top margin at in decimal:"
- " "
- "Example: Entering 4 sets the top"
- "margin at 3 lines."
- 0
-
- NAME = "Set Bottom Margin"
- DESC = "Sets the bottom margin in lines."
- "The bottom margin is reset when you"
- "change the page length."
- CODES = 27,78,0
- "Please enter number of lines to set"
- "the bottom margin at in decimal:"
- " "
- "Example: Entering 3 sets the bottom"
- "margin at 3 lines."
- 0
-
- NAME = "Cancel Top and Bottom Margins"
- DESC = "Cancels both the top and bottom"
- "margins."
- CODES = 27,79
-
- NAME = "Paper-Out Detector ON"
- DESC = "Causes the printer to stop printing"
- "about an inch before the end of the"
- "paper."
- CODES = 27,57
-
- NAME = "Paper-Out Detector OFF"
- DESC = "Causes the printer to disregard the"
- "signal sent by the paper-out"
- "detector, enabling printing to the"
- "bottom of the paper."
- CODES = 27,56
-
- NAME = "Left Justify Text ON"
- DESC = "Aligns subsequent text with the"
- "left margin, leaving the right"
- "margin ragged."
- CODES = 27,97,48
-
- NAME = "Right Justify Text ON"
- DESC = "Aligns subsequent text with the"
- "right margin, leaving the left"
- "margin ragged."
- CODES = 27,97,50
-
- NAME = "Center Text ON"
- DESC = "Centers subsequent text between"
- "the left and right margins."
- CODES = 27,97,49
-
- NAME = "Select Download Character Set"
- DESC = "Selects the download character set."
- CODES = 27,37,49
-
- NAME = "Select ROM Character Set"
- DESC = "Stops using the download character"
- "set and returns to the built-in"
- "ROM character set."
- CODES = 27,37,48
-
- NAME = "Immediate Print ON"
- DESC = "Each character is printed as soon"
- "as it is received. The paper is"
- "then scrolled up about 2 inches so"
- "that the current line can be seen."
- CODES = 27,105,49
-
- NAME = "Immediate Print OFF"
- DESC = "Cancels the immediate print mode."
- "The printer waits for each line to"
- "be received before printing it and"
- "does not scroll the paper."
- CODES = 27,105,48
-
- NAME = "Select Bidirectional Printing"
- DESC = "Causes subsequent printing to be"
- "done in the normal bidirectional"
- "mode, which is faster than"
- "unidirectional printing."
- CODES = 27,85,48
-
- NAME = "Select Unidirectional Printing"
- DESC = "Causes subsequent printing to be"
- "done unidirectionally, ensuring"
- "maximum vertical alignment"
- "precision."
- CODES = 27,85,49
-
- NAME = "Select Manual Feed"
- DESC = "Selects manual sheet feeding even"
- "when the optional automatic sheet"
- "feeder is mounted."
- CODES = 27,25,0,0
-
- NAME = "Select Auto Feed"
- DESC = "Selects automatic sheet feeder."
- CODES = 27,25,4
-
- NAME = "Eject Paper From ASF"
- DESC = "Ejects the current page."
- CODES = 27,25,82
-
-